home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Reference Guide / C-C++ Interactive Reference Guide.iso / c_ref / csource4 / 270_01 / readme.txt < prev    next >
Text File  |  1979-12-31  |  896b  |  16 lines

  1. Description of Submitted Materials
  2.  
  3. Four  video  routines  which  are  dependant  on  IBM  VIDEO  ROM  BIOS  calls.
  4. One of which is cursoroff a routine that turns the cursor off by placing it off
  5. the screen at column 0 and row  25.   Extended  write  many(ewriteM)  writes  a
  6. specific number of characters to the screen at  column  parameter  y1  and  row
  7. parameter x1.  The string cannot be larger then MAXLENGTH which is  defined  in
  8. VIDEO.H. The function fill,  fills the screen with any background or textcolor.
  9. It  starts at screen position y1,x1 and ends at column length+y1  and  row  x2.
  10. The routine xy locates the cursor  at  the  appropriate  cursor  position.  All
  11. routines do not check screen coordinates for correctness.
  12.  
  13.  
  14.  
  15.                                         Marc Bosser
  16.